From: Richard M. Stallman Date: Mon, 15 Mar 1993 06:06:56 +0000 (+0000) Subject: Include termhooks.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96862 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3be08bead7967ba7be51c3d315a78573beda2ab7;p=emacs.git Include termhooks.h. --- diff --git a/src/dispnew.c b/src/dispnew.c index cfd7f47d07b..6937e9a1cfc 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "termchar.h" #include "termopts.h" +#include "termhooks.h" #include "cm.h" #include "lisp.h" #include "dispextern.h"